ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / ReportItemProgram<T> Class / ReportItemProgram<T> Constructor

In This Topic
    ReportItemProgram<T> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal services As IProgramServices, _
       ByVal item As T, _
       ByVal dataContent As Def.Content, _
       Optional ByVal style As StyleProgram, _
       Optional ByVal isRenderTime As Boolean _
    )
    public ReportItemProgram<T>( 
       IProgramServices services,
       T item,
       Def.Content dataContent,
       StyleProgram style,
       bool isRenderTime
    )

    Parameters

    services
    item
    dataContent
    style
    isRenderTime
    See Also